home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLBACKGROUNDSOUND / TFORMHTMLBACKGROUNDSOUND.txt
Encoding:
Text File  |  1997-12-06  |  4.4 KB  |  209 lines

  1. object FormHTMLBackgroundSound: TFormHTMLBackgroundSound
  2.   Left = 56
  3.   Top = 151
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Background Sound'
  7.   ClientHeight = 186
  8.   ClientWidth = 489
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 1
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxSRC: TGroupBox
  35.     Left = 8
  36.     Top = 28
  37.     Width = 295
  38.     Height = 97
  39.     Caption = 'SRC'
  40.     Ctl3D = True
  41.     ParentCtl3D = False
  42.     TabOrder = 2
  43.     object EditSRC: TEdit
  44.       Left = 6
  45.       Top = 16
  46.       Width = 283
  47.       Height = 21
  48.       MaxLength = 250
  49.       TabOrder = 0
  50.       OnChange = EditSRCChange
  51.       OnExit = EditSRCExit
  52.       OnKeyPress = EditSRCKeyPress
  53.     end
  54.     object PanelSRC: TPanel
  55.       Left = 2
  56.       Top = 73
  57.       Width = 291
  58.       Height = 22
  59.       Hint = 'SRC attribute'
  60.       Align = alBottom
  61.       Alignment = taLeftJustify
  62.       BevelOuter = bvNone
  63.       BorderStyle = bsSingle
  64.       Caption = 'PanelSRC'
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 1
  68.       OnClick = PanelSRCClick
  69.     end
  70.     object ButtonBrowse: TButton
  71.       Left = 6
  72.       Top = 43
  73.       Width = 65
  74.       Height = 25
  75.       Caption = 'Browse'
  76.       TabOrder = 2
  77.       OnClick = ButtonBrowseClick
  78.     end
  79.   end
  80.   object GroupBoxLOOP: TGroupBox
  81.     Left = 312
  82.     Top = 28
  83.     Width = 169
  84.     Height = 65
  85.     Caption = 'LOOP'
  86.     TabOrder = 3
  87.     object CheckBoxInfinite: TCheckBox
  88.       Left = 8
  89.       Top = 16
  90.       Width = 77
  91.       Height = 21
  92.       Caption = 'INFINITE'
  93.       TabOrder = 0
  94.       OnClick = CheckBoxInfiniteClick
  95.     end
  96.     object PanelLOOP: TPanel
  97.       Left = 2
  98.       Top = 43
  99.       Width = 103
  100.       Height = 20
  101.       Hint = 'LOOP attribute'
  102.       Alignment = taLeftJustify
  103.       BevelOuter = bvNone
  104.       BorderStyle = bsSingle
  105.       Caption = 'PanelLOOP'
  106.       ParentShowHint = False
  107.       ShowHint = True
  108.       TabOrder = 2
  109.       OnClick = PanelLOOPClick
  110.     end
  111.     object SpinEditLOOP: TSpinEdit
  112.       Left = 108
  113.       Top = 40
  114.       Width = 56
  115.       Height = 22
  116.       AutoSelect = False
  117.       AutoSize = False
  118.       MaxLength = 4
  119.       MaxValue = 100
  120.       MinValue = 0
  121.       TabOrder = 1
  122.       Value = 0
  123.       OnChange = SpinEditLOOPChange
  124.     end
  125.   end
  126.   object PanelBottom: TPanel
  127.     Left = 0
  128.     Top = 133
  129.     Width = 489
  130.     Height = 53
  131.     Align = alBottom
  132.     BevelOuter = bvNone
  133.     Font.Color = clBtnFace
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ParentFont = False
  138.     TabOrder = 0
  139.     object Bevel: TBevel
  140.       Left = 0
  141.       Top = 0
  142.       Width = 489
  143.       Height = 6
  144.       Align = alTop
  145.       Shape = bsTopLine
  146.     end
  147.     object ButtonInsert: TButton
  148.       Left = 4
  149.       Top = 8
  150.       Width = 77
  151.       Height = 25
  152.       Hint = 'Use the HTML tag'
  153.       Caption = '&OK'
  154.       ParentShowHint = False
  155.       ShowHint = True
  156.       TabOrder = 0
  157.       OnClick = ButtonInsertClick
  158.     end
  159.     object ButtonCancel: TButton
  160.       Left = 88
  161.       Top = 8
  162.       Width = 77
  163.       Height = 25
  164.       Cancel = True
  165.       Caption = '&Cancel'
  166.       ParentShowHint = False
  167.       ShowHint = False
  168.       TabOrder = 1
  169.       OnClick = ButtonCancelClick
  170.     end
  171.     object ButtonHelp: TButton
  172.       Left = 256
  173.       Top = 8
  174.       Width = 77
  175.       Height = 25
  176.       Caption = '&Help'
  177.       ParentShowHint = False
  178.       ShowHint = False
  179.       TabOrder = 3
  180.       OnClick = ButtonHelpClick
  181.     end
  182.     object ButtonClearAll: TButton
  183.       Left = 172
  184.       Top = 8
  185.       Width = 77
  186.       Height = 25
  187.       Hint = 'Clear and reset all attributes to defaults'
  188.       Caption = 'Clear &All'
  189.       ParentShowHint = False
  190.       ShowHint = True
  191.       TabOrder = 2
  192.       OnClick = ButtonClearAllClick
  193.     end
  194.     object PanelSaveReuseLevel: TPanel
  195.       Left = 4
  196.       Top = 40
  197.       Width = 329
  198.       Height = 9
  199.       BevelOuter = bvLowered
  200.       Caption = ' '
  201.       ParentShowHint = False
  202.       ShowHint = True
  203.       TabOrder = 4
  204.       OnDblClick = PanelSaveReuseLevelDblClick
  205.       OnMouseMove = PanelSaveReuseLevelMouseMove
  206.     end
  207.   end
  208. end
  209.